Vcenter CertificateManagement Vcenter SigningCertificate Info

Vcenter CertificateManagement Vcenter SigningCertificate Info
Vcenter CertificateManagement Vcenter SigningCertificate Info

The Vcenter CertificateManagement Vcenter SigningCertificate Info schema contains data that represents vCenter signing certificates.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "active_cert_chain": {
        "cert_chain": [
            "string"
        ]
    },
    "signing_cert_chains": [
        {
            "cert_chain": [
                "string"
            ]
        }
    ]
}
active_cert_chain
Required

The certificate chain that is actively being use by vCenter token service to sign tokens.

This property was added in vSphere API 7.0.3.0.

signing_cert_chains
Required

List of signing certificate chains for validating vCenter-issued tokens. The list contains X509 certificate chains, each of which is ordered and contains the leaf, intermediate and root certs needed for the complete chain of trust. The leaf certificate is first in the chain and should be used for verifying vCenter-issued tokens.

This property was added in vSphere API 7.0.3.0.